Welcome![Sign In][Sign Up]
Location:
Search - linux 2.4

Search list

[Embeded-SCM Developlinux命令全集

Description: 详细的介绍了linux的操作命令,对初学者很有帮助
Platform: | Size: 281444 | Author: ljmaierjia | Hits:

[Documents基于TQ2440开发板的Linux-2.6.30.4的网络摄像机的实现_20091210

Description: 基于TQ2440开发板的Linux-2.6.30.4的网络摄像机的实现_20091210
Platform: | Size: 1073146 | Author: shandabogo@hotmail.com | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[DocumentsLinux网络编程

Description: 这是Linux web方面的资料,非常详细,适合初学者学习
Platform: | Size: 2081458 | Author: tianhuabanban | Hits:

[Embeded Linuxppp-2.4.1

Description: 经典的ppp程序,适合嵌入式linux下的应用-classic PPP program,which adopts to the application in the embedded system "uclinux"
Platform: | Size: 857088 | Author: 熊伟 | Hits:

[Internet-Networksnort-2.4.1

Description: 经典的入侵检测系统原代码,学习平台建议使用Linux,需要Libpcap库-classic intrusion detection system source code, the study recommends the use of the Linux platform, the need for Libpcap
Platform: | Size: 802816 | Author: 平源 | Hits:

[OS programlinux-2.4.20

Description: linux内核源代码,对于程序开发人员具有很大的参考价值。-Linux kernel source code, developers have great reference value.
Platform: | Size: 38185984 | Author: 邵书超 | Hits:

[Internet-Networkpppd-2.4.1

Description: 基于linux环境下的PPPOE源码,可以做为初学者参考。-based on the Linux environment PPPOE source, can be used as a reference beginners.
Platform: | Size: 648192 | Author: 李欢 | Hits:

[Internet-Networkcs8900a-cdrom

Description: linux 下CS8900驱动程序,适用于linux 2.4内核,移植时修改总线访问方式就可以了-under linux CS8900 driver, applicable to the linux 2.4 kernel. Bus transplantation changes can visit on the way
Platform: | Size: 8192 | Author: tanyunxin | Hits:

[Internet-Networkproxy-2.2.4

Description: proxy-2.2.4,学习代理服务程序写法的朋友下吧,还有就是正在学习linux下网络编程的朋友也下吧-proxy-2.2.4, learning agent services for the drafting of a friend are you, There is now learning how to network programming under linux of friends are you
Platform: | Size: 15360 | Author: 周兆维 | Hits:

[Internet-Networkr1000-8169(102)

Description: LINUX下面的RTL8169的驱动原码,可以直接用,支持版本为 2.4.x or 2.6.x-LINUX below the RTL8169 driver original code can be directly used, support for version 2.4.x or 2.6.x.
Platform: | Size: 16384 | Author: kevin.liu | Hits:

[Embeded Linuxled_linux2.4.18

Description: Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = open("/dev/QuickMarkLed",O_RDWR) ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1 ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1 close(testdev) return 0 } -Linux 2.4.18 s3c2440 led driver to use dev-C++ Writing, the need for linux 2.4.18 kernel include, compiled after the completion of led module. insmod main.o// install the module mknod/dev/leds c 221 0 to use: int main (int argc, char* argv []) (int testdev// led test ... testdev = open (/ dev/QuickMarkLed , O_RDWR) ioctl (testdev, 2, 1)// ioctl (device, led number, open/close) open = 1 ioctl (testdev, argv [1] [0]- 0, argv [2] [0]- 0 )// ioctl (device, led number, open/close) open = 1 close (testdev) return 0)
Platform: | Size: 5120 | Author: Jia-Yang Chen | Hits:

[ARM-PowerPC-ColdFire-MIPS2.4.18_module_mmc

Description: linux-2.4.18的下测MMC驱动程序,测试平台是s3c2440-linux-2.4.18 test next MMC driver, test platform is a S3C2440
Platform: | Size: 40960 | Author: Jason | Hits:

[Linux-Unixlinux-2.4.0

Description: 讲述linux的初始化过程,初学者可以认真学习一下-The initialization process on linux, beginners can seriously study the
Platform: | Size: 40625152 | Author: wangtao | Hits:

[Linux-Unixu-boot-20060523

Description: 支持linux-2.4以后的启动参数设置,这一点是老的vivi所不支持的(需要修改/lib/boot_kernel.c文件中的setup_linux_param函数,但是又不知道怎么修改)-Support for linux-2.4 after the start-up parameter setting, it is old does not support vivi (need to modify/lib/boot_kernel.c document setup_linux_param function, but do not know how to modify)
Platform: | Size: 11132928 | Author: rain | Hits:

[Internet-Networkcs8900a

Description: 2410 2.4.18内核 8900网卡驱动-2410 s 8900 netcard s driver for linux 2.4.18kernel
Platform: | Size: 8192 | Author: ljinx | Hits:

[Linux-Unixs3c2440_kernel2.4.20

Description: 三星S3C2440的 LINUX内核2.4.20-Samsung S3C2440 the LINUX kernel 2.4.20
Platform: | Size: 36329472 | Author: jiang | Hits:

[Linux-Unixlinux-2.4.x

Description: linux-2.4.x源码 源代码-linux-2.4.x
Platform: | Size: 30742528 | Author: zhangchao | Hits:

[Linux-UnixLinux-2.4.0-kernel-source

Description: 压缩包内是Linux 2.4.0的内核源码 主要是用于大家学习,可能内容有一些不完善,想望大家谅解-Compressed within a Linux 2.4.0 kernel source is mainly used them to learn, the content may have some imperfections, the understanding we desire
Platform: | Size: 29132800 | Author: jimowuxin | Hits:

[Linux-Unixuvcvideo_Drivers

Description: 台电免驱摄像头在linux(2.4)下的驱动源程序,可参考学习-source code of Telcast camero in linux platform
Platform: | Size: 78848 | Author: hbdlyzdx | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net